home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-05012.DIR / 00014.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  270 b   |  15 lines

  1. on exitFrame
  2.   if rollOver(10) then
  3.     set the visible of sprite 5 to 1
  4.   else
  5.     set the visible of sprite 5 to 0
  6.   end if
  7.   if rollOver(11) then
  8.     set the visible of sprite 6 to 1
  9.   else
  10.     set the visible of sprite 6 to 0
  11.   end if
  12.   cursor()
  13.   go(the frame)
  14. end
  15.